type runtime.traceBlockReason
6 uses
runtime (current package)
proc.go#L407: func gopark(unlockf func(*g, unsafe.Pointer) bool, lock unsafe.Pointer, reason waitReason, traceReason traceBlockReason, traceskip int) {
proc.go#L429: func goparkunlock(lock *mutex, reason waitReason, traceReason traceBlockReason, traceskip int) {
runtime2.go#L610: waitTraceBlockReason traceBlockReason
traceruntime.go#L84: type traceBlockReason uint8
traceruntime.go#L87: traceBlockGeneric traceBlockReason = iota
traceruntime.go#L487: func (tl traceLocker) GoPark(reason traceBlockReason, skip int) {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |